From: Andreas Schwab Date: Sat, 24 Aug 2002 18:35:58 +0000 (+0000) Subject: Fix last change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~31028 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f32799a939cadbb060c5bc98c02628b66665aa97;p=emacs.git Fix last change. --- diff --git a/src/eval.c b/src/eval.c index b48fbd5fa2b..856ec8f4a48 100644 --- a/src/eval.c +++ b/src/eval.c @@ -1,5 +1,5 @@ /* Evaluator for GNU Emacs Lisp interpreter. - Copyright (C) 1985, 86, 87, 93, 94, 95, 99, 2000, 2001 + Copyright (C) 1985, 86, 87, 93, 94, 95, 99, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -783,7 +783,8 @@ usage: (defvar SYMBOL &optional INITVALUE DOCSTRING) */) /* Simple (defvar ) should not count as a definition at all. It could get in the way of other definitions, and unloading this package could try to make the variable unbound. */ - + ; + return sym; }